home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo. *********************************************************
- echo. * *
- echo. * WARNING!!!!!! *
- echo. * *
- echo. *********************************************************
- echo.
- echo. This program will alter your DOOM .WAD file and cannot be
- echo. reversed. Make sure you have a backed up copy of DOOM!!!!
- echo. Otherwise the Star Wars characters cannot be removed and
- echo. later DOOM updates may not work on the modified WAD file.
- echo.
- echo. *** Press any Key to Begin Swap or Ctrl-Brk to Abort ***
- echo.
- echo.
- pause
- cls
- type starwars.ans
- pause
- cls
- type doom.ans
- pause
- cls
- echo ------------------------** Star Wars for DOOM Install **----------------------
- echo.
- echo Created By: Jamie Evans 1994
- echo.
- echo.
- echo Star Wars is a Copyright of Lucasflim LTD.
- echo DOOM is a Copyright of ID Software
- echo.
- echo Thanks to both for GREAT flicks and AWESOME games.
- echo.
- echo.
- echo This Swap will ONLY work on REGISTERED versions of DOOM!
- echo. Tested on ver. 1.1 & 1.2
- echo.
- echo If you don't have the REGISTERED version
- echo hit CTRL-BREAK now! Otherwise
- pause
- echo Unpacking Graphics
- pkunzip swgraph.zip
- echo.
- echo Swapping Imperial Troops .........
- call Troops
- echo.
- echo Swapping Objects .................
- call Objects
- echo.
- echo Unpacking Sounds
- pkunzip Swsounds.zip
- echo Swapping Sounds ..................
- call Sounds
- echo.
- echo Cleaning Up
- echo.
- del *.gis
- del *.wae
- echo Done.
- echo.
- pause
- cls
- echo.
- echo.
- echo.
- echo OK, you're all set just run DOOM and check it out--
- echo hope you enjoy it!!!!!
- echo.
- echo If you're interested all objects were rendered with
- echo 3dStudio 3.0, edited, resized, and cleaned up with
- echo Adlus Photostyler 1.1, and the graphics were swapped
- echo with Dmgraph, and sounds with Dmaud.
- echo.
- echo.
- echo. If you have any problems or would like to talk to me
- echo. or offer me a job at ILM leave a message on the FIDONET
- echo. Star Wars echo or leave one at Star Wars Central at
- echo. (510)-426-0470. Thanks & enjoy the game.
- echo.
- echo Jamie Evans
- echo.
- echo.
-
-